Release 10.1A: OpenEdge Deployment:
Managing 4GL Applications
Adding files to a standard library
To add files to a standard library, enter the following command:
library-nameSpecifies the name of the library where you want to add the file.
file-nameSpecifies the pathname of the file. You can add a file to a library by specifying the file’s absolute or relative pathname.
When you add a file to a library, the library entry for that file retains the entire pathname. For example, enter a file into a library called
newlib.plusing the following command:
The pathname
/usr/apps/proc1.rappears in the library’s table of contents. You can display the library’s table of contents with the-listparameter.When you extract a file from a library, PROLIB copies the file into the directory specified by the pathname (in this example,
/usr/apps). See the "Extracting files from a standard library" section for more information.If you try to add a file that already exists, PROLIB displays an error message. However, if you specify the
-nowarnparameter, PROLIB replaces the existing file. See the "Replacing files in a standard library" section for more information.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |